home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / doc / html / concrete-connections.png < prev    next >
Portable Network Graphic  |  2002-04-08  |  13KB  |  881x297  |  8-bit (39 colors)
Labels: text | screenshot | font | line
OCR: connect( fontFamily ComboBox, activated(QString), textEdit, setFamily (QString) ) Helvetica [Cronyx] 10 pt connect( fontSizeSpinBox, value Changed(int), textEdit, setPointSize(int) ) - Recursive, i.e. slow, factorial function int factorial( int n ) - if ( n <= 1 ) return 1; return n * factorial( n - 1 ); connect( textEdit, modificationChanged(bool), customStatusBar, modificationStatus(bool) ) Ln 1, Col 1 Saved